home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / read_me_first < prev    next >
Text File  |  1997-04-25  |  2KB  |  47 lines

  1. SmallEiffel (-0.86) for PowerMac & 68K (0.4.8)
  2.  
  3.  
  4.             " I BELIEVE IN MACINTOSH "
  5.  
  6.  
  7. Please read all the files in the Docs folder.
  8.  
  9. Warning : there's no C compiler in this archive ! Sorry...
  10.  
  11.  
  12. Install :
  13.  
  14. Don't rename SmallEiffel folder (or any sub-folders).
  15. Keep the applications in the folder SmallEiffel:bin.
  16.  
  17. How to compile Hello_world.e :
  18.  
  19.             *    the file hello_world.e is in the same folder as the application or in any subfolders of the searchpath (bin, lib_std,lib_test, and paths of the file loadpath.se).
  20.             *    launch compile_to_c or drag'n drop the file on the beautiful icon of the app.
  21.             *    choose compile option in the menu option (when you launch the application for the first time, the default option is -no_check)
  22.             *    choose root_class in the menu file
  23.             * hit return
  24.  
  25.             : the compilation starts.
  26.                     If there's no error you can quit the app and pass files hello_world.c / .h to your favourite C compiler (sorry, there's no C compiler in the archive for the moment).
  27.                 
  28.                     
  29. NB : using Select Folder... : when you put classes in a "far" folder (not in the loadpath), use Select Folder to add the path in the searchpath of SmallEiffel (in fact, you must select a file in the folder you want to add) . The new  long path is put in loadpath.se (in bin folder).. The .c/.h files which are produced are written in the folder in which the app is.
  30.  
  31.                     
  32. How to use the Pretty Printer :
  33.  
  34.             *    launch Pretty or drag'n drop the file on it.
  35.             *    choose your option (see files in the man folder).
  36.             *    choose the root-class item in the menu file
  37.             *    the app creates a backup copy (hello_world.bak). the new file is named hello_world.e
  38.             *    Quit the app.
  39.  
  40. This version is only a beta one. I'm trying to bring you the best of Eiffel and Macintosh. Future versions will be Drag'n Drop, scriptable and fully Clickable.
  41.  
  42. Enjoy !
  43.  
  44. Send all comments (bugs ?) to :
  45.  
  46.             philippe.coucaud@scinfo.u-nancy.fr
  47.